home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / faq / comp / lans / mail_pro
Text File  |  1994-03-29  |  24KB  |  422 lines

  1. Newsgroups: comp.mail.misc,news.answers,comp.answers
  2. Path: bloom-beacon.mit.edu!hookup!europa.eng.gtefsd.com!howland.reston.ans.net!pipex!sunic!psinntp!psinntp!newstand.syr.edu!spider.syr.edu!jmwobus
  3. From: jmwobus@mailbox.syr.edu (John Wobus)
  4. Subject: LAN Mail Protocols Summary
  5. Message-ID: <1994Mar29.215231.10411@newstand.syr.edu>
  6. Followup-To: poster
  7. Originator: jmwobus@spider.syr.edu
  8. Sender: netnews@newstand.syr.edu (Network News Administrator)
  9. Nntp-Posting-Host: spider.syr.edu
  10. Reply-To: jmwobus@mailbox.syr.edu
  11. Organization: Syracuse University, Syracuse, NY
  12. Date: Tue, 29 Mar 1994 21:52:31 GMT
  13. Approved: jmwobus@mailbox.syr.edu
  14. Lines: 405
  15. Xref: bloom-beacon.mit.edu comp.mail.misc:6965 news.answers:17001 comp.answers:4349
  16.  
  17. Archive-name: LANs/mail-protocols
  18.  
  19. Serving PCs and Workstations Using a Central Mail Server on an Internet
  20. ------- --- --- ------------ ----- - ------- ---- ------ -- -- --------
  21.  
  22.   (Note: this message is prepared by John Wobus of Syracuse University,
  23.    jmwobus@mailbox.syr.edu who welcomes updates and corrections; this
  24.    memo has not been checked very carefully and requires a lot of
  25.    correction at this time.  The last update was made 3/9/1994).
  26.  
  27. There are advantages to collecting mail destined to PCs and
  28. workstations on a central server, to be turned over to the PC or
  29. workstation on demand:
  30.  
  31. - Your PC or workstation may be down quite a bit and less network
  32.   bandwidth and less of the processing resouces of the sending computer
  33.   are used if the computer receiving your mail is ready.
  34. - Some people use more than one PC or workstation to read mail.
  35. - A PC or workstation may not have the resources to store all the mail
  36.   you receive.
  37. - It can make your e-mail address more like other users'.
  38.  
  39. The easiest way to "implement" this is to run the central mail server
  40. like any multi-user system: let people sign on to it and use some mail
  41. utility.  Then PC and workstation users can use "terminal sessions" to
  42. sign on to the central mail server and read their mail.  This has the
  43. disadvantage of making the PC and workstation users learn and use the
  44. central mail server's procedures.
  45.  
  46. SMTP, the "internet" mail protocol used to deliver mail between
  47. multi-user systems only supports mail transfer initiated by the sender
  48. (actually, it has a method to initiate reception, but the method didn't
  49. catch on and is not used).  Other protocols have been devised to allow
  50. a workstation or PC to request transfer of mail, thus able to make use
  51. of a cnetral server.  These include the published protocols POP
  52. (probably not used anymore), POP2, POP3, IMAP2, IMAP3 (not used), IMAP4
  53. and DMSP.
  54.  
  55. POP, POP2, POP3:  These are rather minimal and are designed to be so.
  56. The three are similar but not enough alike to be interoperable.  They
  57. are basically designed to identify the user by username and password,
  58. to transfer the mail from server to PC or workstation and to delete the
  59. mail transferred.  It is assumed that SMTP will be used to send mail.
  60. Messages can be retrieved individually, but the only information you
  61. can get about a message without transferring it is its length in
  62. bytes-- useful for PCs with limited storage.
  63.  
  64. POP2 and POP3 are still used a good deal.  POP3 has a couple of
  65. optional extensions: one to avoid sending passwords, and one to aid in
  66. reading bulletin boards.
  67.  
  68. IMAP2, IMAP3, IMAP4:  The IMAP family is similar to the POP family, but
  69. also gives clients a way to do string searches through mail that still
  70. resides on the server.  This is designed to allow the PC or workstation
  71. to be more selective as to which mail will be transferred.  The POP
  72. protocols, on the other hand, are designed for simpler server
  73. software.
  74.  
  75. IMAP2 is used quite a bit.  IMAP3 is an incompatible offshoot that has
  76. not been implemented much.  IMAP4 is a relatively recent extension of
  77. IMAP2 which makes the servers cogniscent of the MIME-structure of a
  78. message.  IMAP4 also extends IMAP to have some of DMSP's features.
  79.  
  80. DMSP (aka PCMAIL):  PCs and workstations can use this protocol to both
  81. send and receive mail.  The system is designed around the idea that
  82. each user can own more than one workstation; however, the system
  83. doesn't seem to handle the idea of a "public workstation" very well.
  84. The PCs and workstations are assumed to hold state information about
  85. the mail, a directory so to speak, and when the PC or workstation is
  86. connected to the server, this directory is updated to "reality".
  87.  
  88. Issue of Remote Access:  Modern commercial e-mail packages typically
  89. have features designed to assist in remote access of ones e-mail.
  90. Features include:
  91. -ability to download mail through a modem
  92. -ability to synchronize two different systems which you are using to
  93.   read your e-mail by plugging them together.
  94. Any method of reading e-mail using PCs or Macintoshes can be used
  95. remotely via the "PCanywhere(tm)" method, e.g. by dialing up your own
  96. office PC and using one of the several kinds of software that allow you
  97. to control your PC over the phone.  Also, any LAN-based method can be
  98. used by using one of the several methods of providing the same protocol
  99. support over dialup lines as are on LANs (SLIP or PPP for the
  100. above-mentioned, TCP/IP-based protocols, ARA for Appletalk-based
  101. protocols, etc, and sometimes using two different protocols, one
  102. incapsulated in the other) under the constraint that any operations
  103. that use the network will be much slower.  Also, POP3 is often used
  104. directly over modems (for example, Eudora can be used in this manner).
  105. The ideal protocol for remote access would not penalize the user for
  106. the much slower communications speed (usually slower by a factor of
  107. 100: note that a lot of LAN-based software was written without regard
  108. to minimizing the necessary communication, thus is really hurt by such
  109. slow speeds), yet would allow the same software to run both remotely
  110. and locally, with a wonderful user interface.  It would also not be
  111. overly expensive in communications equipment or services.  This is a
  112. difficult set of objectives and the above-three protocols can achieve
  113. some of them for some users, but what they actually achieve depends a
  114. lot on the user's pattern of e-mail usage.  If a user reads just a
  115. small amount of mail, then we would not worry about the length of time
  116. necessary to download it remotely with POP3, but if the person receives
  117. a lot of mail, but just wants to read a small amount of it at home,
  118. then with IMAP2, they could pick and choose what to read, eliminating
  119. some download time.  If someone is paying for the telephone line time
  120. (possibly the user if it is a long distance call; in any case, the
  121. institution pays a monthly fee for each line it offers, which is
  122. dependent upon how many users it is serving, how often they call, and
  123. how long their calls are) then IMAP2's natural method of usage which
  124. requires the phone call to remain while a user is reading, poking
  125. around, sending, and rearranging mail can be much more costly than
  126. using POP3 if one call is used to quickly download all the mail and
  127. another later call is used to send any replies.  Thus with POP3 a user
  128. might have two 1 minute calls before and after a 30 minute e-mail
  129. session instead of keeping the call for 30 minutes with IMAP2, and each
  130. phone line the institution offers could be serving 15 times as many
  131. such users who would each pay a lot less in long-distance phone bills.
  132.  
  133. MIME:  MIME (Multipurpose Internet Mail Extensions) is a relatively new
  134. standard Internet for the format for messages with multiple parts, and
  135. with non-ASCII data.  Any client that can import or export files can
  136. use MIME in a clumsy way if you have a program to create and/or decode
  137. a MIME message.  Some clients have built-in features to do this.
  138. Client-server mail protocols generally only deal with entire messages,
  139. and can retrieve MIME messages as well as any other messages since MIME
  140. was carefully designed to be transparent to existing mail systems.
  141. However, IMAP4 has features to allow retrieval of individual parts of
  142. MIME-encoded messages.  The chart below lists whether a package has
  143. MIME support.  Servers for protocols that don't offer any special MIME
  144. features are marked na for Not Applicable since they need do nothing
  145. for users to use MIME.  All IMAP4 servers can also do this, but the
  146. chart lists whether they include explicit MIME support.
  147.  
  148. More about the protocols:
  149.  
  150. Name:      Post Office Protocol, Version 2
  151. Nickname:  POP2
  152. Document:  RFC 937 (Butler et al, February 1985)
  153. TCP-port:  109
  154. Sites:
  155.  
  156. Name:      Post Office Protocol, Version 3
  157. Nickname:  POP3
  158. Document:  RFC 1460 (Rose, May 1993)
  159. TCP-port:  110 (109 also often used)
  160. Sites:     UC Irvine, MIT
  161.  
  162. Name:      Distributed Mail Service Protocol
  163. Nickname:  DMSP, Pcmail
  164. Document:  RFC 1056 (Lambert, June 1988)
  165. TCP-port:  158
  166. Sites:     MIT
  167.  
  168. Name:      Interactive Mail Access Protocol, Version 2
  169. Nickname:  IMAP2
  170. Document:  RFC 1176 (Crispin, August 1990)
  171. TCP-port:  143
  172. Sites:     Stanford, U Washington
  173.  
  174. Name:      Interactive Mail Access Protocol, Version 3
  175. Nickname:  IMAP3
  176. Document:  RFC 1203 (Rice, February 1991)
  177. TCP-port:  220
  178. Sites:     Stanford
  179.  
  180. Name:      Internet Mail Access Protocol, Version 4
  181. Nickname:  IMAP4
  182. Document:  Draft RFC: draft-ietf-imap-imap2bis-02.txt (Crispin, October 1993)
  183. TCP-port:  143
  184. Sites:     U Washington
  185.  
  186. Note: The "I" in IMAP used to stand for "Interactive".  Now it stands
  187. for "Internet".  Also, Internet drafts are available at
  188. ds.internic.net, munnari.oz.au, and nic.nordu.net in directory
  189. internet-drafts.  IMAP4 used to be called IMAP2bis.
  190.  
  191. Other sources of similar information:
  192.  
  193. By anonymous ftp from ftp.cac.washington.edu: 
  194.     imap/imap.vs.pop    -outlines differences in more detail
  195.     imap/imap.software    -list of IMAP software
  196.  
  197. Mailing lists:
  198.     pop@jhunix.hcf.jhu.edu
  199.         imap@cac.washington.edu
  200.         CW-EMAIL@EARNCC.EARN.NET
  201.  
  202. Implementations:
  203.  
  204. Prot   Computer   Implementation      End  MIME Source
  205. ------ ---------- ------------------- ---- ---- --------------------------------
  206. DMSP   PC         pc-epsilon (3.1)    clnt ?    allspice.lcs.mit.edu
  207. DMSP   PC         pc-netmail (3.1)    clnt ?    allspice.lcs.mit.edu
  208. DMSP   PC         pc-reader           clnt ?    allspice.lcs.mit.edu
  209. DMSP   Unix       Pcmail 3.1 reposit. srvr na   allspice.lcs.mit.edu
  210. DMSP   Unix/EMACS Pcmail 4.2          clnt ?    allspice.lcs.mit.edu
  211. DMSP   PC         PC/TCP              clnt ?    FTP Software
  212. DMSP   OS/2       PC/TCP              clnt ?    FTP Software
  213. DMSP   OS/2       TCP/2               clnt ?    Essex Systems
  214. DMSP   OS/2       TCP/2 SERVER PACK   srvr na   Essex Systems
  215. DMSP   OS/2       TCP/2 ADV CLIENT    clnt ?    Essex Systems
  216. IMAPx  Macintosh  MacMS 2.2.1         clnt no   sumex-aim.stanford.edu 11/7/93
  217. IMAP24 Macintosh  Mailstrom 1.04      clnt no   sumex-aim.stanford.edu 11/7/93
  218. IMAP24 Macintosh  Mailstrom 2 (b?)    clnt yes  sumex-aim.stanford.edu 10/19/93    
  219. IMAP2  Macintosh  PathWay             clnt no   The Wollongong Group 2/25/94
  220. IMAP2  Unix/X     PathWay             clnt no   The Wollongong Group 2/25/94
  221. POP3   Macintosh  PathWay             clnt no   The Wollongong Group 2/25/94
  222. POP3   Unix/X     PathWay             clnt no   The Wollongong Group 2/25/94
  223. IMAP?  Macintosh  ECSMail Mac (alpha) clnt yes  ISA 11/7/93
  224. POP2   Macintosh  MacPOP 1.5          clnt ?    trident.arc.nasa.gov
  225. POP2   MS-DOS     PC POP 2.1          clnt ?    trident.arc.nasa.gov
  226. POP3   Macintosh  TCP/Connect II      clnt ?    InterCon Systems Corporation
  227. POP3   NeXT       EasyMail            clnt yes  ftp.cac.washington.edu 11/7/93
  228. IMAP2  NeXT       MailManager         srvr yes  ftp.cac.washington.edu 11/7/93
  229. IMAP2  TOPS20     MAPSER              srvr na   ? 11/7/93
  230. IMAP2  Unix       imap kit            srvr na   ftp.cac.washington.edu 2/1/94
  231. POP23  Unix       imap kit            srvr na   ftp.cac.washington.edu 2/1/94
  232. IMAP2  Unix       Pine 3.88           clnt yes  ftp.cac.washington.edu 12/7/93
  233. IMAP?  VMS        Pine ? port         clnt ?    vms.huji.ac.il 2/25/94
  234. IMAP?  VMS        ImapD port          srvr ?    vms.huji.ac.il 2/25/94
  235. POP3   Macintosh  Eudora 1.3.1        clnt ?    ftp.qualcomm.com 11/2/93
  236. POP3   Macintosh  Eudora 1.4          clnt ?    ftp.qualcomm.com 11/2/93
  237. POP3   Macintosh  Eudora 1.4.1 (beta) clnt ?    ftp.qualcomm.com 1/28/94
  238. POP3m  Macintosh  Eudora 2.0 (in dev) clnt ?    Qualcomm
  239. POP3   MS-WINwf   Eudora 1.0.1        clnt ?    ftp.qualcomm.com 9/21/93
  240. POP3   MS-WINw    Eudora 1.4b17       clnt ?    ftp.qualcomm.com 11/2/93
  241. POP3   MS-WINw    Eudora 2.0a14       clnt ?    Qualcomm 11/2/93
  242.  
  243. IMAP2  Unix       imapd 3.1/Stanf     srvr na   sumex-aim.stanford.edu*
  244. IMAP24 Unix       imapd/UWash         srvr ?    ftp.cac.washington.edu 11/7/93
  245. IMAP2  Unix/X     Ximap 0.7.2         clnt ?    sumex-aim.stanford.edu
  246. IMAP?  Unix/X     XLView 1.22         clnt yes  sumex-aim.stanford.edu
  247. IMAP?  Unix/X     Palm (in dev)       clnt ?    UMiami 11/7/93
  248. IMAP?  Unix/X     Cyrus (in dev)      clnt yes  CMU 11/7/93
  249. IMAP2  MS-DOSl+   PC-Pine 3.88        clnt yes  ftp.cac.washington.edu 1/25/94
  250. IMAP?  Xrx Lsp Mc MM-D                clnt no   Stanford U 11/7/93
  251. IMAP?  Xrx Lsp Mc Yes-Way             clnt yes  Stanford U 11/7/93
  252. IMAP2  MS-WINw    ECSMail 2.1         clnt ?    ISA, ftp.srv.ualberta.ca 2/25/94
  253. IMAP2  MS-WINw    ECSMail 2.2 (beta)  clnt yes  ISA, info.asu.edu 2/25/94
  254. IMAP2  Unix/XM    ECSMail Mo (in dev) clnt yes  ISA 11/7/93
  255. IMAP2  MS-DOS     ECSMail DOS(in dev) clnt yes  ISA 11/7/93
  256. IMAP?  Unix       UMAIL               clnt no   umail@umail.umd.edu 11/7/93
  257. IMAP?  Unix       MS                  clnt no   ftp.cac.washington.edu 11/7/93
  258. IMAP2  MS-WIN     PathWay             clnt no   The Wollongong Group 2/25/94
  259. POP3   MS-WIN     PathWay             clnt no   The Wollongong Group 2/25/94
  260. IMAP2  MS-WIN     WinPine (proposed)  clnt yes  U Washington 11/7/93
  261. IMAP?  NT         ECSMail 2.1         clnt yes  ISA, ftp.srv.ualberta.ca 11/7/93
  262. IMAP?  OS/2       ECSMail OS/2(in dev)clnt yes  ISA 11/7/93
  263. IMAP2  Amiga      Pine 3.8x (in dev)  clnt yes  UWashington 11/7/93
  264. POP23  Macintosh  POPMail 2.09        clnt ?    boombox.micro.umn.edu 12/3/93
  265. IMAP2  Macintosh  POPMail 2.09        clnt ?    boombox.micro.umn.edu 12/3/93
  266. POP2   Macintosh  MailStop 1.1.3      srvr na   boombox.micro.umn.edu 1/18/94
  267. POP2   MS-DOS     LifeLine Mail 2.0   clnt ?    SunSelect 12/7/93
  268. POP23  MS-DOS     SelectMail 2.1      clnt ?    SunSelect 1/25/94
  269. POP2   MS-DOSk    ?                   srvr na   ucsd.edu
  270. POP2   MS-DOSk    net091b             srvr na   boombox.micro.umn.edu 12/3/93
  271. POP3   MS-DOSk    pop3nos v1.86       srvr na   boombox.micro.umn.edu 12/3/93
  272. POP3   MS-DOSk    pop3serv            srvr na   biochemistry.crwu.edu
  273. POP2   MS-DOS     MD/DOS-IP           clnt ?    U Maryland
  274. POP2   MS-DOS     PC/TCP              clnt ?    FTP Software
  275. POP2   OS/2       PC/TCP for OS/2     clnt ?    FTP Software 11/2/93
  276. POP23  MS-DOSp    POPMail/PC 3.2.2    clnt ?    boombox.micro.umn.edu 1/11/94
  277. IMAP?  MS-DOSp    POPMail/PC 3.2.2    clnt ?    boombox.micro.umn.edu 1/11/94
  278. POP23  MS-DOSp    Minuet 1.0 (beta)   clnt ?    boombox.micro.umn.edu 1/11/94
  279. POP?   MS-WINls   TCPMail             clnt ?    Pinesoft (pinesoft@net.com)
  280. POP2   Unix       U Minn popd 1.5c    srvr na   boombox.micro.umn.edu 11/19/93
  281. POP2   Unix       USC-ISI popd        srvr na   trident.arc.nasa.gov
  282. POP2   Unix       imapd/ipop2d        srvr na   ftp.cac.washington.edu
  283. POP23k Unix       mh-6.7 (UCI RandMH) both ?    ftp.cc.berkeley.edu
  284. POP?   Unix       zmail               clnt ?    Z-Code Software (info@z-code.com)
  285. POP?   Unix       ?mush               clnt ?    I heard a rumor 2/4/94
  286. POP23k UnixX      mh                  clnt ?    ?
  287. POP23k UnixX      xmh                 clnt ?    ftp.x.org 2/15/94
  288. POP23k UnixX      exmh                clnt ?    ?
  289. POP23k UnixX      dxmail/mh           clnt ?    DEC
  290. POP2   VM         FAL                 srvr na   IBM
  291. POP2   VM         ?                   srvr na   Texas Tech University
  292. POP?   VM         ?POPD               srvr na   vmd.cso.uiuc.edu 2/4/94
  293. POP2   OS/2       TCP/2 SERVER PACK   srvr na   Essex Systems
  294. POP2   VMS        MULTINet            srvr na   TGV, Inc.
  295. POP2   HP3000/MPE NetMail/3000        srvr na   3K Associates
  296. POP3k  Macintosh  Eudora X            clnt ?    ftp.brown.edu
  297. POP3   Macintosh  MacPOP (Berkeley)   clnt ?    ftp.cc.berkeley.edu
  298. POP3k  Macintosh  TechMail 2.0        clnt ?    net-dist.mit.edu
  299. POP3   Macintosh  MacMH               clnt ?    jessica.stanford.edu/info
  300. POP3   Macintosh  VersaTerm Link      clnt ?    Synergy Software 10/8/93
  301. POP3   Macintosh  LeeMail 2.0.2 (shw) clnt ?    chs.cusd.claremont.edu 10/12/93
  302. POP3   Mac7pro    Mail*Link Internet  clnt yes  StarNine Technologies 2/18/94
  303. POP3t  Unix       popper-1.7          srvr na   ftp.cc.berkeley.edu 10/15/93
  304. POP3k  Unix       popper-1.7k         srvr na   ftp.brown.edu
  305. POP3   Unix       popper-1.831        srvr na   ftp.cc.berkeley.edu 11/3/93
  306. POP3   Solaris2.X popper-1.831/uore   srvr na   ftp.uoregon.edu 10/19/93
  307. POP3   Unix       popper-1.831/qual   srvr na   ftp.qualcomm.com 11/16/93
  308. POP3   Unix       popper-1.8u2Q1/Q2   srvr na   ? 1/11/94
  309. POP3k  Unix       mh-6.7 (UCI RandMH) both ?    ics.uci.edu
  310. POP3   Unix       imapd/ipop3d        srvr na   ftp.cac.washington.edu
  311. POP3   Unix       pop3d 1.004         srvr na   ftp.ucdavis.edu 12/3/93
  312. POP2   Unix       pop2d 1.001         srvr na   ftp.ucdavis.edu 12/3/93
  313. POP3   Unix       mush 7.2.5          clnt ?    ? 1/4/94
  314. POP3t  MS-DOSnpo  PC/TCP              clnt ?    FTP Software
  315. POP3   OS/2       PC/TCP for OS/2     clnt ?    FTP Software 11/2/93
  316. POP3   MS-DOS     TechMail(future)    clnt ?    ? 
  317. POP3   MS-WINl    TechMail for Wind.  clnt ?    net-dist.mit.edu 2/25/94
  318. POP3   OS/2l      TechMail for Wind.  clnt ?    net-dist.mit.edu 2/25/94
  319. POP3   MS-DOS     ?                   clnt ?    logos.ucs.indiana.edu
  320. POP3   MS-DOSp    NUPop 1.03          clnt no   ftp.acns.nwu.edu 11/5/93
  321. POP3   MS-DOSp    NUPop 2.02          clnt no   ftp.acns.nwu.edu 1/18/94
  322. POP3   MS-DOSp    NUPop 2.1 (alpha)   clnt yes  ftp.acns.nwu.edu 2/25/94
  323. POP3   MS-WIN     Pceudora            clnt ?    ftp.qualcomm.com 9/24/93
  324. POP3   MS-WINw    WinPMail 1.1 (test) clnt no   David Harris 11/15/93
  325. POP3   ?          POPgate (Pmail gw)  clnt ?    risc.ua.edu 9/24/93
  326. POP3   MS-DOSl    PMPOP (Pmail gw)    clnt ?    risc.ua.edu 10/20/93
  327. POP3x  MS-WIN     WinQVT (2.1)        clnt ?    QPC Software (shareware)
  328. POP3   MS-WINp    wnqvtnet 3.0        clnt ?    ftp.cica.indiana.edu
  329. POP3   MS-WINp    wnqvtnet 3.9        clnt ?    ftp.cica.indiana.edu 2/1/94
  330. POP3   MS-WIN     Open Systems Mail   clnt ?    Pine Software
  331. POP3   VMS        IUPOP3 (1.7) (1.6?) srvr na   logos.ucs.indiana.edu
  332. POP3   VMS        MULTINet            both ?    TGV, Inc.
  333. POP3   VMS        PMDF 4.2            srvr na   Innosoft 1/7/94
  334. IMAP?  VMS        PMDF 4.2            srvr ?    Innosoft 11/7/93
  335. IMAP?  MS-DOS     PMDF E-mail Interc  clnt ?    Innosoft 3/2/94
  336. IMAP?  Macintosh  PMDF E-mail Interc  clnt ?    Innosoft 3/2/94
  337. POP3   OS/2       TCP/2 SERVER PACK   srvr na   Essex Systems
  338. POP3   OS/2       TCP/2 ADV CLIENT    clnt ?    Essex Systems
  339. POP?   MS-DOS     UCDmail             clnt ?    ucdavis.ucdavis.edu
  340. POP?   MS-DOS     PC POP              clnt ?    ?Bill Schweickert/Sterling Fed
  341. POP23  MS-WINnpo  Super-TCP for W e.0 clnt yes  Frontier Technologies 1/4/94
  342. POP?   MS-WIN     Windows ELM         clnt ?    lister.cc.ic.ac.uk 11/2/93
  343. POP23  MS-DOSni   ChameleonNFS        both ?    NetManage
  344. POP23  MS-DOSni   Chameleon beta      clnt yes  NetManage
  345. POP?   Macintosh  MEWS                clnt ?    ?
  346. POP?   Macintosh  byupopmail          clnt ?    ?
  347. POP?   VM         ?                   srvr na   TTUVM1
  348. ?      Macintosh  Hypermail           ?    ?    ?
  349. ?      OS/2       lamailpop           ?    ?    ftp-so2.cdrom.com
  350. POP3   MS-DOSs    pcelm               clnt ?    lister.cc.ic.ac.uk 1/25/94
  351. POP3   MS-WINs    winelm              clnt ?    lister.cc.ic.ac.uk 1/25/94
  352. POP3   Netware    Mercury 1.11        srvr na   risc.ua.edu 2/4/94
  353. POP3   MS-WINw    gmail (in test)     srvr na   ftp.usma.edu 2/25/94
  354. POP3   MS-Windows Pegasus/Win 1.13(b) clnt yes  ? 3/9/94
  355. ------ ---------- ------------------- ---- ---- --------------------------------
  356. Appendix:
  357. Some other packages for desktop systems
  358. ------ ---------- ------------------- ---- ---- --------------------------------
  359. ?      MS-DOSs    CMM                 peer ?    Cinetic Systems 1/25/94
  360. ?      MS-DOSs    WinMail 1.1a        peer ?    Obsolete
  361. SMTP   Macintosh  LeeMail 1.2.4       peer ?    Shareware, laf@mitre.org
  362. SMTP   Macintosh  LeeMail 2.0.2 (shw) peer ?    chs.cusd.claremont.edu 10/12/93
  363. SMTP   MS-DOSni   ChameleonNFS        peer ?    NetManage 2/25/94
  364. uucp   Macintosh  FernMail            peer ?    Shareware, dplatt@snulbug.mtview.ca.us
  365. prop   Macintosh  MacPost             both ?    ftp.lu.se 10/19/93
  366. uucp   Macintosh  Eudora 1.3.1        peer ?    ftp.qualcomm.com
  367. uucp   Macintosh  UUPC                peer ?    dplatt@snulbug.mtview.ca.us
  368. uucp   Macintosh  gnuucp              peer ?    jim@fpr.com
  369. uucp   MS-DOS     waffle              peer ?    ?
  370. uucp   MS-DOS     UUPC                peer ?    ?
  371. fshare MS-Windows Pegasus/Win 1.02    clnt ?    risc.ua.edu 12/3/93
  372. fshare MS-Windows Pegasus/Win 1.13(b) clnt yes  ? 3/9/94
  373. fshare MS-DOS     Pegasus/DOS 3.01    clnt yes  risc.ua.edu 12/3/93
  374. fshare Macintosh  Pegasus/Mac 2.04    clnt ?    risc.ua.edu 10/5/93
  375. SMTP   MS-DOS     Charon              gway ?    risc.ua.edu 10/15/93
  376. Waffle MS-WIN     Boxer               clnt ?    ftp.halcyon.com 12/3/93
  377. ?      MS-?       pcelm               clnt ?    simtel 12/3/93
  378. ?      MS-?       elm-pc              clnt ?    lister.cc.ic.ac.uk 12/3/93
  379. SMTP   MS-WINw    Internt Ex for cc:m gway yes  IMA 1/31/94
  380. SMTP   Netware    Mercury 1.11        gway ?    risc.ua.edu 2/4/94
  381. ?      Macintosh  PowerMail           clnt ?    Apple 2/18/94
  382. SMTP   OS/2       PC/TCP v1.3         peer ?    FTP Software 2/18/94
  383. fshare MS-DOS?    Microsoft Mail      clnt ?    Microsoft 3/2/94
  384. ?      Macintosh  Microsoft Mail      clnt ?    Microsoft 3/15/94
  385. fshare DOSWINMac  cc:mail             clnt ?    Lotus 3/15/94
  386. MHS/G  DOSWINMac  DaVinci eMAIL       clnt ?    DaVinci 2/24/94
  387. P7uucp DOSWINMac  OpenMail            clnt ?    HP 3/2/94
  388. ?      DOSWINMac  WordPerfect Office  clnt ?    WordPerfect Crop. 3/15/94
  389. ?      DOSMac     MailWorks           clnt ?    DEC 3/2/94
  390. MHS/G  DOSWIN     BeyondMail 2.0      clnt ?    Beyond, Inc./Banyon 3/2/94
  391. ?      DOSWINMac  Quickmail 2.6       clnt ?    CE Software 3/15/94
  392. ?      DOSWINMac  Lotus Notes         clnt ?    Lotus 3/15/94
  393. ?      Macintosh  FirstClass          clnt ?    Softarc 3/15/94
  394. ------ ---------- ------------------- ---- ---- --------------------------------
  395. Other issues:
  396. (1) What are the common extensions to POP3 and which clients/servers
  397.  support them?
  398. POP3k - Kerberos
  399. POP3a - AFS Kerberos
  400. POP3x - ?
  401. POP3t - xtnd xmit facility--allows client to send mail through additional
  402.  POP commands, thus allowing server to verify/log source of mail.
  403. (2) What DOS protocol stacks are supported?
  404. MS-DOSm - Lan Manager
  405. MS-DOSn - NDIS Drivers
  406. MS-DOSl - Lan Workplace for Dos
  407. MS-DOSs - Sun PCNFS
  408. MS-DOSp - Packet Drivers
  409. MS-DOSo - ODI Drivers
  410. MS-DOSi - IPXLink
  411. MS-DOSf - FTP Software PC/TCP
  412. MS-DOSk - KA9Q I think
  413. MS-WIN? - similar
  414. MS-WINw - WinSock compliaint
  415. (3) Other notes
  416. IMAPx - MacMS's own dialect of IMAP.
  417. IMAP24 - IMAP2 or IMAP4
  418. fshare - uses file sharing.
  419. Unix/X - X Windows based
  420. Unix/XM - Motif based
  421. ------ ----------- ------------------- ------- --------------------------------
  422.